03. Running a Single Thread
Running a Single Thread
ND213 C04 L01 C1.3-Atom1
Workspace Guide
The Workspace below contains code samples and material to introduce C++ threads. There is a guide in the left pane, and a code editor with terminal on the right. The guide contains multiple pages of content, so be sure to work through each page to see all of the content!
You can save changes to files you're editing in the code editor by pressing Cmd-S (Mac) or Ctrl-S (PC/Linux).
Also, for the best viewing experience, be sure to click the "Expand" button in the lower left corner of the Workspace when you begin working:
When you are finished with the Workspace, be sure to click on the "Shrink" button to come back to the classroom:
Workspace
Workspace
This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity, so you may be able to download them there.
Workspace Information:
- Default file path:
- Workspace type: jupyter-lab
- Opened files (when workspace is loaded): n/a
Outro
ND213 C04 L01 C1.3-Atom7